-- card: 7636 from stack: in -- bmap block id: 7918 -- flags: 0000 -- background id: 2597 -- name: HyperCard ----- HyperTalk script ----- on openCard global whichButton put "Import to HyperCard" into whichButton hide menuBar hide background field "Bottlenecks Header" hide card field "Bottlenecks" show background field "Benefits Header" show background field "Features Header" show card field "Benefits" show card field "Features" hide background button "Hide Bottlenecks" show background button "Show Bottlenecks" set hilite of card button id 31 to false put empty into card field "Benefits" show card field "Features" show card field "Benefits" get the loc of card button id 31 click at it end openCard on closeCard global whichButton put empty into whichButton hide menuBar hide card field "Cover All" hide card button "Self-Check" hide background field "Bottlenecks Header" hide card field "Bottlenecks" show background field "Benefits Header" show background field "Features Header" show card field "Benefits" show card field "Features" hide background button "Hide Bottlenecks" show background button "Show Bottlenecks" put empty into card field "Features" put empty into card field "Benefits" set hilite of card button id 31 to false end closeCard -- part 18 (field) -- low flags: 01 -- high flags: 0002 -- rect: left=368 top=79 right=269 bottom=505 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: Features -- part 21 (field) -- low flags: 81 -- high flags: 0007 -- rect: left=253 top=91 right=252 bottom=485 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: Productivity Explained -- part 30 (field) -- low flags: 00 -- high flags: 0002 -- rect: left=6 top=79 right=109 bottom=187 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: Import To HyperCard -- part 31 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=6 top=79 right=109 bottom=187 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Import To HyperCard ----- HyperTalk script ----- on mouseUp global whichButton put "Import to HyperCard" into whichButton put empty into card field "Features" put empty into card field "Benefits" set hilite of card button id 31 to true if hilite of background button "Hide Bottlenecks" is true then put "A scanned image needs to be further processed by a graphics application that will allow the user to crop, and possibly touch up the image before bringing it into a HyperCard stack." into card field "Bottlenecks" else put "HyperScan, a HyperCard stack created by Bill Atkinson to bring high quality images into HyperCard stacks." into card field "Features" put "1) Streamlines the process for bringing images into HyperCard stacks." into line 1 of card field "Benefits" put "2) Images are optimized for HyperCard and screen display." into line 2 of card field "Benefits" end if end mouseUp -- part 40 (field) -- low flags: 01 -- high flags: 0002 -- rect: left=194 top=79 right=270 bottom=362 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: Benefits -- part 39 (field) -- low flags: 81 -- high flags: 0004 -- rect: left=139 top=126 right=237 bottom=394 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 256 -- line height: 16 -- part name: Bibliography -- part 45 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=404 top=281 right=302 bottom=429 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Prev Card ----- HyperTalk script ----- on mouseUp visual wipe left slow to card go to card id 4967 end mouseUp -- part 47 (field) -- low flags: 81 -- high flags: 0002 -- rect: left=258 top=79 right=270 bottom=428 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: Bottlenecks -- part 48 (field) -- low flags: 81 -- high flags: 0001 -- rect: left=365 top=277 right=306 bottom=470 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Cover All -- part 49 (button) -- low flags: 80 -- high flags: A004 -- rect: left=12 top=315 right=340 bottom=499 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Self-Check ----- HyperTalk script ----- on mouseUp visual iris close hide card button "Self-Check" hide card field "Cover All" pop card end mouseUp -- part 50 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=442 top=281 right=302 bottom=464 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Next Card ----- HyperTalk script ----- on mouseUp answer "Proceed with the Self-Check?" with "No" or "YES" if it is "Yes" then visual checkerboard to black go to next end if if it is "No" then exit mouseUp end if end mouseUp -- part contents for card part 21 ----- text ----- Productivity: The Apple Scanner will read text and graphics generated on non-Apple compatible systems and merge them into word processing, graphics, and page composition programs. This can save time and money, as file compatibility is no longer an issue. This capability removes the need to retype documents. With OCR software, existing documents created by expensive "conventional" typesetting means can be integrated into an electronic publishing system. -- part contents for card part 30 ----- text ----- • To easily bring high-quality images into HyperCard stacks. -- part contents for card part 39 ----- text ----- This Information from: Notes on Selling meeting with Cam & Jane on Mondy, June 13, 1988. -- part contents for background part 28 ----- text ----- Needs -- part contents for background part 29 ----- text ----- Benefits -- part contents for background part 30 ----- text ----- Features -- part contents for background part 33 ----- text ----- Bottlenecks -- part contents for card part 47 ----- text ----- A scanned image needs to be further processed by a graphics application that will allow the user to crop, and possibly touch up the image before bringing it into a HyperCard stack.